home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / pc / ee < prev    next >
Text File  |  2005-01-13  |  2KB  |  56 lines

  1.  
  2. // based on
  3. // Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
  4. //
  5. // $XFree86: xc/programs/xkbcomp/symbols/pc/ee,v 1.2 2002/11/22 04:03:28 dawes Exp $
  6.  
  7. partial default alphanumeric_keys
  8. xkb_symbols "basic" {
  9.  
  10.     // Describes the differences between a very simple en_US
  11.     // keyboard and a very simple Estonian keyboard
  12.     // This layout conforms to both EVS8:1993 and EVS8:2000 standards
  13.  
  14.     include "pc/latin(type4)"
  15.  
  16.     name[Group1]="Estonian";
  17.  
  18.     key <AE03>    { [         3, numbersign,     sterling,     sterling ]    };
  19.     key <AE04>    { [         4,   currency,       dollar,       dollar ]    };
  20.     key <AE11>    { [      plus,   question,    backslash, questiondown ]    };
  21.     key <AE12>    { [dead_acute, dead_grave,        grave,   apostrophe ]    };
  22.  
  23.     key <AD03>    { [         e,          E,     EuroSign,     EuroSign ]    };
  24.     key <AD11>    { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
  25.     key <AD12>    { [    otilde,     Otilde,      section,  dead_macron ]    };
  26.  
  27.     key <AC02>    { [         s,          S,       scaron,       Scaron ]    };
  28.     key <AC10>    { [odiaeresis, Odiaeresis,   dead_acute, dead_doubleacute ] };
  29.     key <AC11>    { [adiaeresis, Adiaeresis,  asciicircum,   dead_caron ]    };
  30.     key <TLDE>    { [dead_caron, dead_tilde,      notsign,      notsign ]    };
  31.  
  32.     key <BKSL>    { [apostrophe,   asterisk,      onehalf,   dead_breve ]    };
  33.     key <AB01>    { [         z,          Z,       zcaron,       Zcaron ]    };
  34.     key <AB08>    { [     comma,  semicolon,         less,     multiply ]    };
  35.     key <AB09>    { [    period,      colon,      greater,     division ]    };
  36.  
  37.     include "level3(ralt_switch_multikey)"
  38. };
  39.  
  40. partial alphanumeric_keys
  41. xkb_symbols "nodeadkeys" {
  42.  
  43.     // Modifies the basic Estonian layout to eliminate all dead keys
  44.  
  45.     include "pc/ee(basic)"
  46.  
  47.     key <TLDE>    { [asciicircum,asciitilde ]    };
  48.     key <AE12>    { [apostrophe,      grave ]    };
  49.     key <AD11>    { [udiaeresis, Udiaeresis,    diaeresis,       degree ]    };
  50.     key <AD12>    { [    otilde,     Otilde,      section,       macron ]    };
  51.     key <AC10>    { [odiaeresis, Odiaeresis,        acute,  doubleacute ]    };
  52.     key <AC11>    { [adiaeresis, Adiaeresis,  asciicircum,        caron ]    };
  53.     key <BKSL>    { [apostrophe,   asterisk,      onehalf,        breve ]    };
  54.     key <AB10>    { [     minus, underscore, dead_belowdot,    abovedot ]    };
  55. };
  56.